home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 8 (Internal Edition) / Apple R&P Lib Internal v8.0.iso / 5-Fonts & Software / Applications / Aldus FreeHand 3.0 / Aldus / PPDs / CG94_493.PPD < prev    next >
Text File  |  1990-06-24  |  14KB  |  402 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "9400PS" version 49.3
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 57
  4. *%
  5. *% Copyright 1988, 1989 Adobe Systems Incorporated.  All Rights Reserved.
  6. *% Permission is granted for redistribution of this file as
  7. *% long as this copyright notice is intact and the contents
  8. *% of the file is not altered in any way from its original form.
  9. *%
  10. *% The byte count of this file should be exactly 014140 or 014541
  11. *% depending on the filesystem it resides in.
  12. *%
  13. *% Date: 4/12/89
  14. *FormatVersion: "3.0"
  15. *FileVersion: "1.0"
  16. *LanguageVersion: English
  17.  
  18. *Product: "(9000PS)"
  19. *PSVersion: "(49.3) 280"
  20. *NickName: "Agfa-Compugraphic 9400P v49.3"
  21.  
  22. *% General Information and Defaults ===============
  23. *FreeVM: "2453510"
  24. *ColorDevice: False
  25. *VariablePaperSize: True
  26. *FileSystem: True
  27. *?FileSystem: "
  28.   statusdict begin diskstatus end
  29.   exch pop 0 eq {(False)}{(True)}ifelse = flush
  30. "
  31. *End
  32. *Throughput: "1"
  33. *Password: "0"
  34. *ExitServer: "
  35.   count 0 eq {  % is the password on the stack?
  36.     true 
  37.   }{
  38.     dup    % potential password
  39.     statusdict begin checkpassword end not 
  40.   } ifelse 
  41.   {  %  if no password or not valid 
  42.     (WARNING : Cannot perform the exitserver command.) = 
  43.     (Password supplied is not valid.) = 
  44.     (Please contact the author of this software.) = flush
  45.     quit 
  46.   } if 
  47.   serverdict begin exitserver
  48. "
  49. *End
  50. *Reset: "
  51.   count 0 eq {  % is the password on the stack?
  52.     true 
  53.   }{
  54.     dup    % potential password
  55.     statusdict begin checkpassword end not 
  56.   } ifelse 
  57.   {  %  if no password or not valid 
  58.     (WARNING : Cannot reset printer.) = 
  59.     (Password supplied is not valid.) = 
  60.     (Please contact the author of this software.) = flush
  61.     quit 
  62.   } if 
  63.   serverdict begin exitserver
  64.   systemdict /quit get exec
  65.   (WARNING : Printer Reset Failed.) = flush
  66. "
  67. *End
  68.  
  69. *DefaultResolution: 1200dpi
  70. *?Resolution: "
  71. save
  72.   initgraphics
  73.   0 0 moveto currentpoint matrix defaultmatrix transform
  74.   0 72 lineto currentpoint matrix defaultmatrix transform
  75.   3 -1 roll sub dup mul
  76.   3 1 roll exch sub dup mul
  77.   add sqrt round cvi
  78.   (          ) cvs print (dpi) = flush
  79. restore
  80. "
  81. *End
  82.  
  83. *% Halftone Information ===============
  84. *ScreenFreq: "100.0"
  85. *ScreenAngle: "45.0"
  86. *DefaultScreenProc: Dot
  87. *ScreenProc Dot: "
  88. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  89. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  90. "
  91. *End
  92. *ScreenProc Line: "{ pop }"
  93. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  94.  
  95. *DefaultTransfer: Null
  96. *Transfer Null: "{ }"
  97. *Transfer Null.Inverse: "{ 1 exch sub }"
  98.  
  99. *% Paper Handling ===================
  100.  
  101. *% Use these entries to set paper size most of the time, unless there is
  102. *% specific reason to use PageRegion or PaperTray.
  103. *DefaultPageSize: Letter
  104. *PageSize Letter: "letter"
  105. *PageSize Legal: "legal"
  106. *PageSize Note: "note"
  107. *PageSize Ledger: "ledger"
  108. *PageSize Tabloid: "11x17"
  109. *PageSize A3: "a3"
  110. *PageSize A4: "a4"
  111. *PageSize A5: "a5"
  112. *PageSize B5: "b5"
  113. *PageSize Letter.Transverse: "Letter"
  114. *PageSize A4.Transverse: "A4"
  115. *PageSize A5.Transverse: "A5"
  116. *PageSize B5.Transverse: "B5"
  117. *?PageSize: "
  118.  save 
  119.    /d0 5 dict def d0 begin
  120.      /420_595 (A5.Transverse) def
  121.      /499_709 (B5.Transverse) def
  122.      /595_842 (A4.Transverse) def
  123.      /612_792 (Letter.Transverse) def
  124.      /1224_792 (Ledger) def
  125.    end
  126.    /d1 7 dict def d1 begin
  127.      /595_420 (A5) def
  128.      /709_499 (B5) def
  129.      /792_612 (Letter) def
  130.      /842_595 (A4) def
  131.      /1008_612 (Legal) def
  132.      /1191_842 (A3) def
  133.      /1224_792 (Tabloid) def
  134.    end
  135.    statusdict begin pageparams end
  136.    4 1 roll pop
  137.    /high exch 10 string cvs dup length /hlen exch def def
  138.    /wide exch 10 string cvs def
  139.    /key hlen 1 add wide length add string def
  140.    key 0 high putinterval 
  141.    key hlen (_) putinterval
  142.    key hlen 1 add wide putinterval
  143.    0 eq {d0}{d1}ifelse
  144.    key cvn {get}stopped {(Unknown)}if
  145.    = flush
  146.    restore
  147. "
  148. *End
  149.  
  150. *% These entries will set up the frame buffer. Usually used with manual feed.
  151. *DefaultPageRegion: Letter
  152. *PageRegion Letter: "letter"
  153. *PageRegion Legal: "legal"
  154. *PageRegion Note: "note"
  155. *PageRegion Ledger: "ledger"
  156. *PageRegion Tabloid: "11x17"
  157. *PageRegion A3: "a3"
  158. *PageRegion A4: "a4"
  159. *PageRegion A5: "a5"
  160. *PageRegion B5: "b5"
  161. *PageRegion Letter.Transverse: "Letter"
  162. *PageRegion A4.Transverse: "A4"
  163. *PageRegion A5.Transverse: "A5"
  164. *PageRegion B5.Transverse: "B5"
  165.  
  166. *% The following entries provide information about specific paper keywords.
  167. *DefaultImageableArea: Letter
  168. *ImageableArea Letter: "0 1 612 792 "
  169. *ImageableArea Legal: "0 1 612 1008 "
  170. *ImageableArea Note: "0 1 612 792 "
  171. *ImageableArea Ledger: "1 0 1224 792 "
  172. *ImageableArea Tabloid: "0 1 792 1224 "
  173. *ImageableArea A3: "0 1 842 1191 "
  174. *ImageableArea A4: "0 1 595 842 "
  175. *ImageableArea A5: "0 1 420 595 "
  176. *ImageableArea B5: "0 1 498 709 "
  177. *ImageableArea Letter.Transverse: "1 0 612 792 "
  178. *ImageableArea A4.Transverse: "1 0 595 842 "
  179. *ImageableArea A5.Transverse: "1 0 420 595 "
  180. *ImageableArea B5.Transverse: "1 0 498 710 "
  181. *?ImageableArea: "
  182.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  183.   newpath clippath pathbbox
  184.   4 -2 roll exch 2 {ceiling cvp} repeat
  185.   exch 2 {floor cvp} repeat flush
  186.  restore
  187. "
  188. *End
  189.  
  190. *% These provide the physical dimensions of the paper (by keyword)
  191. *DefaultPaperDimension: Letter
  192. *PaperDimension Letter: "612 792"
  193. *PaperDimension Legal: "612 1008"
  194. *PaperDimension Note: "612 792"
  195. *PaperDimension Ledger: "1224 792"
  196. *PaperDimension Tabloid: "792 1224"
  197. *PaperDimension A3: "842 1190"
  198. *PaperDimension A4: "595 842"
  199. *PaperDimension A5: "420 595"
  200. *PaperDimension B5: "516 729"
  201. *PaperDimension Letter.Transverse: "792 612"
  202. *PaperDimension A4.Transverse: "842 595"
  203. *PaperDimension A5.Transverse: "595 420"
  204. *PaperDimension B5.Transverse: "729 516"
  205.  
  206. *% Default Handling Features. This machine is a roll-fed machine, which is 
  207. *% why most of these entries have values of "None".
  208. *DefaultPaperTray: None
  209. *DefaultOutputBin: Upper
  210. *DefaultInputSlot: None
  211. *DefaultManualFeed: False
  212. *DefaultOutputOrder: Normal
  213. *DefaultCollator: None
  214. *DefaultSorter: None
  215. *DefaultDuplex: None
  216.  
  217. *% Font Information =====================
  218.  
  219. *DefaultFont: Courier
  220. *Font Courier: Standard "(001.004)"
  221. *Font Courier-Bold: Standard "(001.004)"
  222. *Font Courier-BoldOblique: Standard "(001.004)"
  223. *Font Courier-Oblique: Standard "(001.004)"
  224. *Font Helvetica: Standard "(001.002)"
  225. *Font Helvetica-Bold: Standard "(001.002)"
  226. *Font Helvetica-BoldOblique: Standard "(001.002)"
  227. *Font Helvetica-Oblique: Standard "(001.002)"
  228. *Font Symbol: Special "(001.003)"
  229. *Font Times-Bold: Standard "(001.002)"
  230. *Font Times-BoldItalic: Standard "(001.004)"
  231. *Font Times-Italic: Standard "(001.002)"
  232. *Font Times-Roman: Standard "(001.002)"
  233. *?FontQuery: "
  234. save  4 dict begin /sv exch def
  235. /str (fonts/                              ) def
  236. /st2 128 string def
  237. {
  238.   count 0 gt {
  239.     dup st2 cvs (/) print print (:) print
  240.     dup FontDirectory exch known {pop (Yes)}{
  241.      str exch st2 cvs dup length /len exch def
  242.      6 exch putinterval str 0 len 6 add getinterval mark exch
  243.      { } st2 filenameforall counttomark 0 gt {
  244.       cleartomark (Yes)}{cleartomark (No)}ifelse
  245.     }ifelse = flush
  246.   }{ exit } ifelse
  247. } bind loop
  248. (*) = flush
  249. sv end restore
  250. "
  251. *End
  252.  
  253. *?FontList: "
  254. save  2 dict begin /sv exch def
  255. /str 128 string def
  256. FontDirectory { pop == } bind forall flush
  257. /filenameforall where { 
  258.  pop save (fonts/*) { 
  259.   dup length 6 sub 6 exch getinterval cvn == 
  260.  } bind str filenameforall flush restore
  261. } if 
  262. (*) = flush
  263. sv end restore
  264. "
  265. *End
  266.  
  267. *% Printer Messages (verbatim from printer):
  268. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  269. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  270. *Message: "\FontName\ not found, using Courier"
  271.  
  272. *% Status (format: %%[ status: <one of these> ]%% )
  273. *Status: "idle"
  274. *Status: "busy"
  275. *Status: "waiting"
  276. *Status: "printing"
  277.  
  278. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  279. *Source: "serial9"
  280. *Source: "serial25"
  281. *Source: "AppleTalk"
  282. *Source: "Centronics"
  283.  
  284. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  285.  
  286. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  287.  
  288. *% Color Separation Information =====================
  289.  
  290. *%*DefaultColorSep: ProcessBlack.128lpi.1270dpi/128 lpi / 1270 dpi
  291.  
  292. *InkName: ProcessCyan/Process Cyan
  293. *InkName: ProcessMagenta/Process Magenta
  294. *InkName: ProcessYellow/Process Yellow
  295. *InkName: ProcessBlack/Process Black
  296. *InkName: CustomColor/Custom Color
  297.  
  298. *% For 121 lpi / 1200 dpi (7,7,4,11,11,4,11,0) ===============================
  299.  
  300. *ColorSepScreenAngle ProcessBlack.121lpi.1200dpi/121 lpi / 1200 dpi: "45.0"
  301. *ColorSepScreenAngle CustomColor.121lpi.1200dpi/121 lpi / 1200 dpi: "45.0"
  302. *ColorSepScreenAngle ProcessCyan.121lpi.1200dpi/121 lpi / 1200 dpi: "70.0169"
  303. *ColorSepScreenAngle ProcessMagenta.121lpi.1200dpi/121 lpi / 1200 dpi: "19.9831"
  304. *ColorSepScreenAngle ProcessYellow.121lpi.1200dpi/121 lpi / 1200 dpi: "0.0"
  305.  
  306. *ColorSepScreenFreq ProcessBlack.121lpi.1200dpi/121 lpi / 1200 dpi: "121.218"
  307. *ColorSepScreenFreq CustomColor.121lpi.1200dpi/121 lpi / 1200 dpi: "121.218"
  308. *ColorSepScreenFreq ProcessCyan.121lpi.1200dpi/121 lpi / 1200 dpi: "102.523"
  309. *ColorSepScreenFreq ProcessMagenta.121lpi.1200dpi/121 lpi / 1200 dpi: "102.523"
  310. *ColorSepScreenFreq ProcessYellow.121lpi.1200dpi/121 lpi / 1200 dpi: "109.091"
  311.  
  312. *% For 85 lpi / 1200 dpi (10,10,4,12,12,4,40/3,0) ============================
  313.  
  314. *ColorSepScreenAngle ProcessBlack.85lpi.1200dpi/85 lpi / 1200 dpi: "45.0"
  315. *ColorSepScreenAngle CustomColor.85lpi.1200dpi/85 lpi / 1200 dpi: "45.0"
  316. *ColorSepScreenAngle ProcessCyan.85lpi.1200dpi/85 lpi / 1200 dpi: "71.5651"
  317. *ColorSepScreenAngle ProcessMagenta.85lpi.1200dpi/85 lpi / 1200 dpi: "18.4349"
  318. *ColorSepScreenAngle ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi: "0.0"
  319.  
  320. *ColorSepScreenFreq ProcessBlack.85lpi.1200dpi/85 lpi / 1200 dpi: "84.8528"
  321. *ColorSepScreenFreq CustomColor.85lpi.1200dpi/85 lpi / 1200 dpi: "84.8528"
  322. *ColorSepScreenFreq ProcessCyan.85lpi.1200dpi/85 lpi / 1200 dpi: "94.8683"
  323. *ColorSepScreenFreq ProcessMagenta.85lpi.1200dpi/85 lpi / 1200 dpi: "94.8683"
  324. *ColorSepScreenFreq ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi: "30.0"
  325.  
  326. *ColorSepScreenProc ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi: "
  327. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  328. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  329. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  330. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  331. *%End
  332.  
  333. *% For 136 lpi / 2400 dpi (25/2,25/2,5,15,15,5,50/3,0) ======================
  334.  
  335. *ColorSepScreenAngle ProcessBlack.136lpi.2400dpi/136 lpi / 2400 dpi: "45.0"
  336. *ColorSepScreenAngle CustomColor.136lpi.2400dpi/136 lpi / 2400 dpi: "45.0"
  337. *ColorSepScreenAngle ProcessCyan.136lpi.2400dpi/136 lpi / 2400 dpi: "71.5651"
  338. *ColorSepScreenAngle ProcessMagenta.136lpi.2400dpi/136 lpi / 2400 dpi: "18.4349"
  339. *ColorSepScreenAngle ProcessYellow.136lpi.2400dpi/136 lpi / 2400 dpi: "0.0"
  340.  
  341. *ColorSepScreenFreq ProcessBlack.136lpi.2400dpi/136 lpi / 2400 dpi: "67.8823"
  342. *ColorSepScreenFreq CustomColor.136lpi.2400dpi/136 lpi / 2400 dpi: "67.8823"
  343. *ColorSepScreenFreq ProcessCyan.136lpi.2400dpi/136 lpi / 2400 dpi: "151.789"
  344. *ColorSepScreenFreq ProcessMagenta.136lpi.2400dpi/136 lpi / 2400 dpi: "151.789"
  345. *ColorSepScreenFreq ProcessYellow.136lpi.2400dpi/136 lpi / 2400 dpi: "48.0"
  346.  
  347. *ColorSepScreenProc ProcessBlack.136lpi.2400dpi/136 lpi / 2400 dpi: "
  348. {1 add dup floor sub 2 mul 1 sub exch 
  349. 1 add dup floor sub 2 mul 1 sub exch 
  350. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  351. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  352. *End
  353. *ColorSepScreenProc CustomColor.136lpi.2400dpi/136 lpi / 2400 dpi: "
  354. {1 add dup floor sub 2 mul 1 sub exch 
  355. 1 add dup floor sub 2 mul 1 sub exch 
  356. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  357. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  358. *End
  359. *ColorSepScreenProc ProcessYellow.136lpi.2400dpi/136 lpi / 2400 dpi: "
  360. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  361. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  362. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  363. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  364. *End
  365.  
  366. *% For 113 lpi / 2400 dpi (15,15,6,18,18,6,20,0) ============================
  367.  
  368. *ColorSepScreenAngle ProcessBlack.113lpi.2400dpi/113 lpi / 2400 dpi: "45.0"
  369. *ColorSepScreenAngle CustomColor.113lpi.2400dpi/113 lpi / 2400 dpi: "45.0"
  370. *ColorSepScreenAngle ProcessCyan.113lpi.2400dpi/113 lpi / 2400 dpi: "71.5651"
  371. *ColorSepScreenAngle ProcessMagenta.113lpi.2400dpi/113 lpi / 2400 dpi: "18.4349"
  372. *ColorSepScreenAngle ProcessYellow.113lpi.2400dpi/113 lpi / 2400 dpi: "0.0"
  373.  
  374. *ColorSepScreenFreq ProcessBlack.113lpi.2400dpi/113 lpi / 2400 dpi: "113.137"
  375. *ColorSepScreenFreq CustomColor.113lpi.2400dpi/113 lpi / 2400 dpi: "113.137"
  376. *ColorSepScreenFreq ProcessCyan.113lpi.2400dpi/113 lpi / 2400 dpi: "126.491"
  377. *ColorSepScreenFreq ProcessMagenta.113lpi.2400dpi/113 lpi / 2400 dpi: "126.491"
  378. *ColorSepScreenFreq ProcessYellow.113lpi.2400dpi/113 lpi / 2400 dpi: "120.0"
  379.  
  380. *% For 85 lpi / 2400 dpi (20,20,8,24,24,8,80/3,0) ===========================
  381.  
  382. *ColorSepScreenAngle ProcessBlack.85lpi.2400dpi/85 lpi / 2400 dpi: "45.0"
  383. *ColorSepScreenAngle CustomColor.85lpi.2400dpi/85 lpi / 2400 dpi: "45.0"
  384. *ColorSepScreenAngle ProcessCyan.85lpi.2400dpi/85 lpi / 2400 dpi: "71.5651"
  385. *ColorSepScreenAngle ProcessMagenta.85lpi.2400dpi/85 lpi / 2400 dpi: "18.4349"
  386. *ColorSepScreenAngle ProcessYellow.85lpi.2400dpi/85 lpi / 2400 dpi: "0.0"
  387.  
  388. *ColorSepScreenFreq ProcessBlack.85lpi.2400dpi/85 lpi / 2400 dpi: "84.8528"
  389. *ColorSepScreenFreq CustomColor.85lpi.2400dpi/85 lpi / 2400 dpi: "84.8528"
  390. *ColorSepScreenFreq ProcessCyan.85lpi.2400dpi/85 lpi / 2400 dpi: "94.8683"
  391. *ColorSepScreenFreq ProcessMagenta.85lpi.2400dpi/85 lpi / 2400 dpi: "94.8683"
  392. *ColorSepScreenFreq ProcessYellow.85lpi.2400dpi/85 lpi / 2400 dpi: "30.0"
  393.  
  394. *ColorSepScreenProc ProcessYellow.85lpi.2400dpi/85 lpi / 2400 dpi: "
  395. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  396. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  397. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  398. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  399. *End
  400.  
  401. *% end of PPD file for 9400PS
  402.